-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement #14290: GUI: detailed progress view that shows what files the threads are working on #8167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f2aed22 to
775af90
Compare
076e2a0 to
d02ffb7
Compare
ac8071b to
4d9f0f5
Compare
|
danmar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice! However I might want to embed this in the main window instead. Near the progress bar. I will investigate..
| /** | ||
| * @bried Details about currently running threads | ||
| */ | ||
| std::map<int, CheckThread::Details> mThreadDetails; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use QMap
|
|
||
| CheckThread::CheckThread(ThreadResult &result) : | ||
| mResult(result) | ||
| CheckThread::CheckThread(ThreadResult &result, int index) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the parameter name threadIndex would be better.




No description provided.